home *** CD-ROM | disk | FTP | other *** search
- Path: linus.mitre.org!mbunix!costello
- From: costello@mbunix.mitre.org (Roger L Costello)
- Newsgroups: comp.lang.c++
- Subject: Using a Watcom 10.0 Library from MSVC++ 2.0
- Date: 4 Mar 1996 11:46:28 GMT
- Organization: The MITRE Corporation, Bedford Mass.
- Distribution: usa
- Message-ID: <4hel6k$lh0@linus.mitre.org>
- NNTP-Posting-Host: mbunix.mitre.org
-
- Hi Folks,
- I have been given a static library that was built using
- a Watcom 10.0 C++ compiler. I would like to access the
- functions that are in this library from a MS Visual C++
- program.
-
- My current efforts to this end have resulted in a link
- error, eg., "unresolved external symbol __xxx."
-
- What am I missing? Is there something special that I
- must do to access the functions in a Watcom library from
- Visual C++? Thanks for any help. /Roger
-